home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / patches / qmail-deobfuscate.diff < prev    next >
Encoding:
Text File  |  1997-10-04  |  1.1 KB  |  14 lines

  1. --- ../qmail-1.01-unmodified/qmail-local.c    Tue Apr 15 07:05:23 1997
  2. +++ qmail-local.c    Sat Oct  4 12:33:33 1997
  3. @@ -50,8 +55,8 @@
  4.  void temp_chdir() { err("Unable to switch to home directory. (#4.3.0)\n"); soft(); }
  5.  void temp_homestat() { err("Unable to stat home directory. (#4.3.0)\n"); soft(); }
  6.  void temp_homesticky() { err("Home directory is sticky: user is editing his .qmail file. (#4.2.1)\n"); soft(); }
  7. -void temp_homewritable() { err("Uh-oh: home directory is writable. (#4.7.0)\n"); soft(); }
  8. -void temp_qmwritable() { err("Uh-oh: .qmail file is writable. (#4.7.0)\n"); soft(); }
  9. +void temp_homewritable() { err("Uh-oh: home directory is group or world writable. (#4.7.0)\n"); soft(); }
  10. +void temp_qmwritable() { err("Uh-oh: .qmail file is group or world writable. (#4.7.0)\n"); soft(); }
  11.  void temp_nfsqmail() { err("Temporary error trying to open .qmail file. (#4.3.0)\n"); soft(); }
  12.  void temp_denyqmail() { err("Permission error trying to open .qmail file. (#4.3.0)\n"); soft(); }
  13.  void temp_slowlock() { err("File has been locked for 30 seconds straight. (#4.3.0)\n"); soft(); }
  14.